//==============================================================================
// Trade X Caravan_anim.txt
//==============================================================================

//==============================================================================
define rushSFXunit
{
   SetSelector
   {
		TechLogic none/Rush Active
		set hotspot
		{
			version
			{
			  Visualnone jimmy
			}
		}
		set hotspot
		{
			version
			{
			  Visualparticle sfx a rush unit
			}
		}		    
   }
}

//==============================================================================
anim idle
{
   SetSelector
   {
      InventoryLogic 0 1
      set hotspot
      {
         version
         {
            Visual Trade X Caravan_idlea
			connect hotspot rushSFXunit hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Trade X Caravan_LoadedIdlea
			connect hotspot rushSFXunit hotspot
         }
      }   
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      InventoryLogic 0 1
      set hotspot
      {
         version
         {
            Visual Trade X Caravan_Flaila
			connect hotspot rushSFXunit hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Trade X Caravan_LoadedFlaila
			connect hotspot rushSFXunit hotspot
         }
      }   
   }
}

//==============================================================================
anim walk
{
	SetSelector
	{
		InventoryLogic 0 1
		set hotspot
		{
			version
			{
				Visual Trade X Caravan_Walka
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag FootstepLeft 0.10 true   
            tag FootstepRight 0.00 true   
            tag FootstepLeft 0.20 true   
            tag FootstepRight 0.10 true
			tag SpecificSoundSet 0.10 false HorseHoof1 checkVisible
			tag SpecificSoundSet 0.25 false HorseHoof2 checkVisible			
//-- end auto generated section
connect hotspot rushSFXunit hotspot
			}
		}
		set hotspot
		{
			version
			{
				Visual Trade X Caravan_LoadedWalka
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag FootstepLeft 0.10 true   
            tag FootstepRight 0.00 true   
            tag FootstepLeft 0.20 true   
            tag FootstepRight 0.10 true
			tag SpecificSoundSet 0.10 false HorseHoof1 checkVisible
			tag SpecificSoundSet 0.25 false HorseHoof2 checkVisible			
//-- end auto generated section
connect hotspot rushSFXunit hotspot
			}
		}
   }   
}

//==============================================================================
anim Bored
{
   SetSelector
   {
      InventoryLogic 0 1
      set hotspot
      {
         version
         {
            Visual Trade X Caravan_Boreda
			connect hotspot rushSFXunit hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Trade X Caravan_LoadedBoreda
			connect hotspot rushSFXunit hotspot
         }
      }   
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      InventoryLogic 0 1
      set hotspot
      {
         version
         {
            Visual Trade X Caravan_Deatha
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.83 false HeavyFall checkVisible 
//-- end auto generated section
         }
      }
      set hotspot
      {
         version
         {
            Visual Trade X Caravan_LoadedDeatha
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.83 false HeavyFall checkVisible 
//-- end auto generated section
         }
      }   
   }
}
